Learn how to recommend products with Algolia Recommend for Magento Open Source and Adobe Commerce.
color
.color
as the facet name, selecting blue
will only show blue products in your recommendations.view/frontend/web/js/template/recommend/products.js
from the original extension following Magento best practices.
fallbackParameters
and fallbackComponent
.
To add fallback recommendations, override the file view/frontend/web/js/recommend.js
from the original extension following Magento best practices.
fallbackParameters
is an objet with search parameters to use as an alternative when no recommendations are available.
Add fallbackParameters
to the following files as needed:
For example:
fallbackComponent
is used for rendering when no recommendations are returned. Add fallbackComponent
to the following files as needed:
For example :
view/frontend/web/css/recommend.css
.